We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f49aec commit 60bb26eCopy full SHA for 60bb26e
1 file changed
Makefile
@@ -55,14 +55,14 @@ workspace/gcc/riscv: workspace/gcc/tools.tar.gz
55
debian-riscv64/initrd:
56
mkdir -p debian-riscv64
57
curl --netrc --location --header 'Accept: application/octet-stream' \
58
- https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/106930233 \
+ https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/134982224 \
59
-o $@.tmp
60
mv $@.tmp $@
61
62
debian-riscv64/rootfs.tar.gz:
63
64
65
- https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/106930236 \
+ https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/134982229 \
66
67
68
0 commit comments