Skip to content

Commit 34a6d0b

Browse files
authored
fix aarch64 download
1 parent bd954ea commit 34a6d0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

get-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ esac
4242

4343
DEB_LINK=$(
4444
wget --retry-connrefused --tries=30 "$DEB_SOURCE" -O - \
45-
| sed 's/[()",{} ]/\n/g' \
46-
| grep -o "https.*linux.*$deb_arch.*deb" \
45+
| sed 's/[()",{} ]/\n/g' \
46+
| grep -o "https.*downloads.*linux.*$deb_arch.*deb" \
4747
| head -1
4848
)
4949

0 commit comments

Comments
 (0)