Skip to content

Commit 0028b9c

Browse files
committed
fix: proof_aggregator_install target
1 parent adcd369 commit 0028b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ verify_aggregated_proof_risc0:
298298
--rpc_url $(RPC_URL)
299299

300300
proof_aggregator_install: ## Install the aggregation mode with proving enabled
301-
cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator --locked
301+
cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator_gpu --locked
302302

303303
proof_aggregator_write_program_ids: ## Write proof aggregator zkvm programs ids
304304
@cd aggregation_mode && ./scripts/build_programs.sh

0 commit comments

Comments
 (0)