Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Jun 12, 2024
1 parent 9713840 commit 5ede819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "Installing zkvyper and era_test_node"
# Install zkvyper and era_test_node from binary repositories
curl --location https://raw.githubusercontent.com/matter-labs/zkvyper-bin/raw/a0d3b90c93d8fba176233fdef074694add25a682/linux-amd64/zkvyper-linux-amd64-musl-v1.5.0 \
curl --location https://raw.githubusercontent.com/matter-labs/zkvyper-bin/a0d3b90c93d8fba176233fdef074694add25a682/linux-amd64/zkvyper-linux-amd64-musl-v1.5.0 \
--silent --output /usr/local/bin/zkvyper && \
chmod +x /usr/local/bin/zkvyper && \
zkvyper --version
Expand Down

0 comments on commit 5ede819

Please sign in to comment.