Skip to content

Commit 5ae09a5

Browse files
authored
Update config.ci.toml
Fix riscv toolchain commands
1 parent e6f179e commit 5ae09a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/config.ci.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ configure-args = []
88
cargo-native-static = true
99

1010
[target.riscv32em-athena-zkvm-elf]
11-
cc = "riscv32-unknown-elf-gcc"
12-
cxx = "riscv32-unknown-elf-g++"
11+
cc = "riscv64-unknown-elf-gcc"
12+
cxx = "riscv64-unknown-elf-g++"
1313

1414
[rust]
1515
lld = true

0 commit comments

Comments
 (0)