Skip to content

Commit 8cc7e07

Browse files
Release v3.8.0
1 parent 7dcbe9d commit 8cc7e07

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
@@ -83,14 +83,14 @@ workspace/gcc/riscv: workspace/gcc/tools.tar.gz
8383
debian-riscv64/initrd:
8484
mkdir -p debian-riscv64
8585
curl --netrc --location --header 'Accept: application/octet-stream' \
86-
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/158580561 \
86+
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/273267844 \
8787
-o $@.tmp
8888
mv $@.tmp $@
8989

9090
debian-riscv64/rootfs.tar.gz:
9191
mkdir -p debian-riscv64
9292
curl --netrc --location --header 'Accept: application/octet-stream' \
93-
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/158580569 \
93+
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/273267849 \
9494
-o $@.tmp
9595
mv $@.tmp $@
9696

0 commit comments

Comments
 (0)