diff --git a/noir/tooling/noir_rs/examples/poly_check_circuit/Cargo.toml b/noir/tooling/noir_rs/examples/poly_check_circuit/Cargo.toml index bc1cecd68e7..98a6c125bc3 100644 --- a/noir/tooling/noir_rs/examples/poly_check_circuit/Cargo.toml +++ b/noir/tooling/noir_rs/examples/poly_check_circuit/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -noir_rs = { git = "https://github.com/visoftsolutions/aztec-packages.git", branch = "latest", package = "noir_rs" } +noir_rs = { git = "https://github.com/visoftsolutions/noir_rs.git", branch = "latest", package = "noir_rs" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" \ No newline at end of file