Skip to content

Commit 60bb26e

Browse files
Release v3.5.0
1 parent 4f49aec commit 60bb26e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ workspace/gcc/riscv: workspace/gcc/tools.tar.gz
5555
debian-riscv64/initrd:
5656
mkdir -p debian-riscv64
5757
curl --netrc --location --header 'Accept: application/octet-stream' \
58-
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/106930233 \
58+
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/134982224 \
5959
-o $@.tmp
6060
mv $@.tmp $@
6161

6262
debian-riscv64/rootfs.tar.gz:
6363
mkdir -p debian-riscv64
6464
curl --netrc --location --header 'Accept: application/octet-stream' \
65-
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/106930236 \
65+
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/134982229 \
6666
-o $@.tmp
6767
mv $@.tmp $@
6868

0 commit comments

Comments
 (0)