Skip to content

Commit 42ac3b2

Browse files
committed
wasm-rebuild: Update solc-bin URL
1 parent dda0565 commit 42ac3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/wasm-rebuild/docker-scripts/rebuild_tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ done
2727
SOLIDITY_REPO_URL="https://github.com/ethereum/solidity"
2828
SOLC_JS_REPO_URL="https://github.com/ethereum/solc-js"
2929
SOLC_JS_BRANCH=wasmRebuildTests
30-
RELEASE_URL="https://raw.githubusercontent.com/ethereum/solc-bin/gh-pages/bin"
30+
RELEASE_URL="https://binaries.soliditylang.org/bin"
3131
RELEASE_COMMIT_LIST_URL="$RELEASE_URL/list.txt"
3232

3333
SCRIPTDIR=$(dirname "$0")

0 commit comments

Comments
 (0)