diff --git a/foundryup-zksync/foundryup-zksync b/foundryup-zksync/foundryup-zksync index a157c78d9..a37b101f8 100755 --- a/foundryup-zksync/foundryup-zksync +++ b/foundryup-zksync/foundryup-zksync @@ -216,6 +216,9 @@ EOF if [ "$PLATFORM" = "linux" ] || [ "$PLATFORM" = "darwin" ]; then ANVIL_REPO="matter-labs/anvil-zksync" + RES=$(curl -s https://api.github.com/repos/$ANVIL_REPO/releases/latest) + echo $RES + ANVIL_TAG=$(curl -s https://api.github.com/repos/$ANVIL_REPO/releases/latest | sed -n 's/.*"tag_name": "\([^"]*\)".*/\1/p') if [ -z "$ANVIL_TAG" ]; then