diff --git a/tests/scripts/deps/solc.sh b/tests/scripts/deps/solc.sh index 44754eb82c2bf91580c26cbbb5f93400c11fc20d..14944389c080c2ecc409193c463b7b2d9cd01857 100755 --- a/tests/scripts/deps/solc.sh +++ b/tests/scripts/deps/solc.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e # Static solc that will run on linux included Alpine -SOLC_URL="https://github.com/ethereum/solidity/releases/download/v0.4.24/solc-static-linux" +SOLC_URL="https://github.com/ethereum/solidity/releases/download/v0.4.25/solc-static-linux" SOLC_BIN="$1" wget -O "$SOLC_BIN" "$SOLC_URL"