Skip to content

Commit

Permalink
chore: undo the makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohiiit committed Dec 15, 2024
1 parent 34f8297 commit ae64ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ setup:
setup-linux:
mkdir -p .cairo
cd .cairo && \
wget -c https://github.com/starkware-libs/cairo/releases/download/v2.3.0/release-x86_64-unknown-linux-gnu.tar.gz -O - | tar -xz
wget -c https://github.com/starkware-libs/cairo/releases/download/v2.3.0/release-x86_64-unknown-linux-musl.tar.gz -O - | tar -xz

starkgate-contracts-latest:
# Building L2 contracts
Expand Down

0 comments on commit ae64ff3

Please sign in to comment.