Skip to content

Commit

Permalink
fix(installer): update download file names
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Oct 20, 2022
1 parent 6fb7fbb commit e1486c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pulsar-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,15 +238,15 @@ get_release_variant() {

aarch64 | arm64)
#_cputype=aarch64
_arch=-static-aarch64
_arch=-aarch64-static
;;

x86_64 | x86-64 | x64 | amd64)
#_cputype=x86_64
if [ "$_clibtype" = gnu ]; then
_arch=
_arch=-x86_64
else
_arch=-static
_arch=-x86_64-static
fi
;;

Expand Down

0 comments on commit e1486c0

Please sign in to comment.