Skip to content

Commit 82e6e1b

Browse files
authored
Fix DOWNLOAD_URL in install-nightly-toolchain.sh
1 parent ffdb85e commit 82e6e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/install-nightly-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install_linux() {
1515
export $(/usr/bin/curl ${BASE_URL}/ubuntu1804/latest-build.yml | grep 'download:' | sed 's/:[^:\/\/]/=/g')
1616

1717
DOWNLOAD_DIR=$(echo $download | sed "s/-ubuntu18.04.tar.gz//g")
18-
DOWNLOAD_URL=${BASE_URL}/${DOWNLOAD_DIR}/${download}
18+
DOWNLOAD_URL=${BASE_URL}/ubuntu1804/${DOWNLOAD_DIR}/${download}
1919
/usr/bin/curl ${BASE_URL}/${DOWNLOAD_DIR}/${download} > ${WORKSPACE}/latest_toolchain.tar.gz
2020

2121
mkdir -p ${WORKSPACE}/latest_toolchain

0 commit comments

Comments
 (0)