We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda0565 commit 42ac3b2Copy full SHA for 42ac3b2
scripts/wasm-rebuild/docker-scripts/rebuild_tags.sh
@@ -27,7 +27,7 @@ done
27
SOLIDITY_REPO_URL="https://github.com/ethereum/solidity"
28
SOLC_JS_REPO_URL="https://github.com/ethereum/solc-js"
29
SOLC_JS_BRANCH=wasmRebuildTests
30
-RELEASE_URL="https://raw.githubusercontent.com/ethereum/solc-bin/gh-pages/bin"
+RELEASE_URL="https://binaries.soliditylang.org/bin"
31
RELEASE_COMMIT_LIST_URL="$RELEASE_URL/list.txt"
32
33
SCRIPTDIR=$(dirname "$0")
0 commit comments