Skip to content

Commit 059b6ec

Browse files
committed
fix tox
1 parent 0b00a43 commit 059b6ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ commands_pre =
8787
curl -L -o {envdir}/bin/solc https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-macos; \
8888
else \
8989
curl -L -o {envdir}/bin/solc https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux; \
90-
fi; \
91-
fi'
90+
fi;'
9291
# Make it executable
9392
chmod +x {envdir}/bin/solc
9493
# Verify it works

0 commit comments

Comments
 (0)