We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69038b1 + 13b748b commit 02b5ea8Copy full SHA for 02b5ea8
utils/webassembly/install-nightly-toolchain.sh
@@ -10,7 +10,7 @@ install_linux() {
10
11
pushd ${WORKSPACE}
12
13
- BASE_URL=https://swift.org/builds/development/ubuntu1804
+ BASE_URL=https://swift.org/builds/swift-5.3-branch/ubuntu1804
14
export $(/usr/bin/curl ${BASE_URL}/latest-build.yml | grep 'download:' | sed 's/:[^:\/\/]/=/g')
15
16
DOWNLOAD_DIR=$(echo $download | sed "s/-ubuntu18.04.tar.gz//g")
0 commit comments