Skip to content

Commit 02b5ea8

Browse files
authored
Merge pull request #968 from swiftwasm/swiftwasm-release/5.3-nightly
Update BASE_URL in install-nightly-toolchain.sh
2 parents 69038b1 + 13b748b commit 02b5ea8

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)