From 3437a91a11abcb628782abfc71f80b8828b3656c Mon Sep 17 00:00:00 2001 From: saucepoint Date: Mon, 11 Dec 2023 10:57:28 -0500 Subject: [PATCH] temporary: use linux --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 794232dd..5e273e00 100644 --- a/foundry.toml +++ b/foundry.toml @@ -8,6 +8,6 @@ fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}] cancun = true # For Linux/WSL2 systems, please change to `lib/v4-core/bin/solc-static-linux` -solc = "forge-lib/v4-core/bin/solc-mac" +solc = "forge-lib/v4-core/bin/solc-static-linux" # See more config options https://github.com/foundry-rs/foundry/tree/master/config \ No newline at end of file