Skip to content

Commit 13b748b

Browse files
authored
Update BASE_URL in install-nightly-toolchain.sh
1 parent 69038b1 commit 13b748b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/install-nightly-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install_linux() {
1010

1111
pushd ${WORKSPACE}
1212

13-
BASE_URL=https://swift.org/builds/development/ubuntu1804
13+
BASE_URL=https://swift.org/builds/swift-5.3-branch/ubuntu1804
1414
export $(/usr/bin/curl ${BASE_URL}/latest-build.yml | grep 'download:' | sed 's/:[^:\/\/]/=/g')
1515

1616
DOWNLOAD_DIR=$(echo $download | sed "s/-ubuntu18.04.tar.gz//g")

0 commit comments

Comments
 (0)