Skip to content

Commit

Permalink
fix incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Sep 17, 2024
1 parent fa9cbaf commit 0a558c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provers/starks-lib-c/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() {
path
} else {
// Fallback if STARKS_LIB_C is not set
library_folder = "../../../zkevm-proverrrrrrrr/lib".to_string();
library_folder = "../../../zkevm-prover/lib".to_string();
format!("{}/lib{}.a", library_folder, library_short_name)
};

Expand Down

0 comments on commit 0a558c8

Please sign in to comment.