Skip to content

Commit

Permalink
zksolc version
Browse files Browse the repository at this point in the history
  • Loading branch information
yashnevatia committed Dec 4, 2024
1 parent ceae356 commit a4c6d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bin/setup_zksolc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ GITHUB_URL="https://api.github.com/repos/$REPO/releases/tags/$VERSION"

# ASSET_NAME2="zksolc-linux-amd64-gnu-v${VERSION}"
# ASSET_NAME2="zksolc-macosx-arm64-v1.5.6"
ASSET_NAME="zksolc-macosx-arm64-v${VERSION}"
# ASSET_NAME="zksolc-linux-amd64-gnu-v${VERSION}"
# ASSET_NAME="zksolc-macosx-arm64-v${VERSION}"
ASSET_NAME="zksolc-linux-amd64-gnu-v${VERSION}"
# Fetch the release info using GitHub API and get the download URL for the asset
ASSET_URL=$(curl --silent "$GITHUB_URL" | jq -r ".assets[] | select(.name == \"$ASSET_NAME\") | .browser_download_url")

Expand Down

0 comments on commit a4c6d33

Please sign in to comment.