Skip to content

Commit

Permalink
brew install solidity
Browse files Browse the repository at this point in the history
  • Loading branch information
huof6829 committed Dec 30, 2022
1 parent dcbf7fe commit a2226cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-solc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [ "$OS" = "darwin" ]; then
brew update
brew upgrade
brew tap ethereum/ethereum
brew install solidity@8
brew install solidity
else
if [ "${OS}" != "linux" ] && { [ "${ARCH}" = "ppc64" ] || [ "${ARCH}" = "ppc64le" ];}; then
# ppc64 and ppc64le are only supported on Linux.
Expand Down

0 comments on commit a2226cf

Please sign in to comment.