Skip to content

Commit

Permalink
point to zksecurity repo
Browse files Browse the repository at this point in the history
  • Loading branch information
katat committed Oct 24, 2024
1 parent c2c78c9 commit 328ffbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/packages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pub fn download_from_github(dep: &UserRepo) -> Result<()> {

pub fn download_stdlib() -> Result<()> {
// Hardcoded repository details and target branch
let repo_owner = "katat";
let repo_owner = "zksecurity";
let repo_name = "noname";
let target_branch = "release";
let repo_url = format!(
Expand Down

0 comments on commit 328ffbf

Please sign in to comment.