Skip to content

Commit

Permalink
Merge pull request #968 from swiftwasm/swiftwasm-release/5.3-nightly
Browse files Browse the repository at this point in the history
Update BASE_URL in install-nightly-toolchain.sh
  • Loading branch information
MaxDesiatov authored May 12, 2020
2 parents 69038b1 + 13b748b commit 02b5ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/webassembly/install-nightly-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install_linux() {

pushd ${WORKSPACE}

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

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

0 comments on commit 02b5ea8

Please sign in to comment.