Skip to content

Commit 169a79d

Browse files
committed
fix tox.ini
1 parent c5a7e5a commit 169a79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ allowlist_externals =
8181
commands_pre =
8282
# Create bin directory
8383
mkdir -p {envdir}/bin
84-
# Download solc if it doesn't exist
85-
test -f {envdir}/bin/solc || curl -L -o {envdir}/bin/solc https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux
84+
# Download solc 0.8.24
85+
curl -L -o {envdir}/bin/solc https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux
8686
# Make it executable
8787
chmod +x {envdir}/bin/solc
8888
# Verify it works

0 commit comments

Comments
 (0)