From ae64ff3aad369d0c543ae50aeeb74e460d8229ee Mon Sep 17 00:00:00 2001 From: mohiiit Date: Sun, 15 Dec 2024 13:08:04 +0530 Subject: [PATCH] chore: undo the makefile changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b4e29a..b3acf8e 100644 --- a/Makefile +++ b/Makefile @@ -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