Skip to content

Commit

Permalink
set invalid url
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Nov 22, 2023
1 parent 63d414c commit 048b823
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tooling/bb_abstraction_leaks/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ fn main() -> Result<(), String> {
println!(
"cargo:warning=ARM64 builds of linux are not supported for the barretenberg binary"
);
return Ok(());
};

println!("cargo:rustc-env=BB_BINARY_URL={}", get_bb_download_url(arch, os));
Expand Down

0 comments on commit 048b823

Please sign in to comment.