Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <[email protected]>
  • Loading branch information
smtmfft committed Aug 26, 2024
1 parent c09f46f commit 3fc86ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provers/sp1/driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ fn init_verifier() -> Result<PathBuf, ProverError> {
// In cargo run, Cargo sets the working directory to the root of the workspace
let output_dir: PathBuf = CONTRACT_PATH.into();
let artifacts_dir = sp1_sdk::install::try_install_circuit_artifacts();
if !artifacts_dir.join("SP1Verifier.sol").exists() {
if !artifacts_dir.join("PlonkSP1Verifier.sol").exists() {
return Err(ProverError::GuestError(format!(
"verifier file not found at {:?}",
artifacts_dir
Expand Down

0 comments on commit 3fc86ee

Please sign in to comment.