diff --git a/prover/src/install.rs b/prover/src/install.rs index f37458ffc3..642c3f1848 100644 --- a/prover/src/install.rs +++ b/prover/src/install.rs @@ -8,7 +8,7 @@ use reqwest::Client; pub const GROTH16_ARTIFACTS_URL_BASE: &str = "https://sp1-circuits.s3-us-east-2.amazonaws.com"; /// The current version of the groth16 artifacts. -pub const GROTH16_ARTIFACTS_COMMIT: &str = "49fedbe4"; +pub const GROTH16_ARTIFACTS_COMMIT: &str = "1eee43b6"; /// Install the latest groth16 artifacts. ///