We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcbe9d commit 8cc7e07Copy full SHA for 8cc7e07
1 file changed
Makefile
@@ -83,14 +83,14 @@ workspace/gcc/riscv: workspace/gcc/tools.tar.gz
83
debian-riscv64/initrd:
84
mkdir -p debian-riscv64
85
curl --netrc --location --header 'Accept: application/octet-stream' \
86
- https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/158580561 \
+ https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/273267844 \
87
-o $@.tmp
88
mv $@.tmp $@
89
90
debian-riscv64/rootfs.tar.gz:
91
92
93
- https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/158580569 \
+ https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/273267849 \
94
95
96
0 commit comments