Skip to content

Commit

Permalink
Underscore, not hyphen.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Dec 23, 2023
1 parent 9513bc3 commit 80b07b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/forks/gigahorse_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else

arch_name="$(uname -m)"
if [[ "${arch_name}" = "x86_64" ]]; then
url="https://github.com/madMAx43v3r/chia-gigahorse/releases/download/${GIGAHORSE_BRANCH}/chia-gigahorse-farmer-${GIGAHORSE_VERSION}-x86-64.tar.gz"
url="https://github.com/madMAx43v3r/chia-gigahorse/releases/download/${GIGAHORSE_BRANCH}/chia-gigahorse-farmer-${GIGAHORSE_VERSION}-x86_64.tar.gz"
else
url="https://github.com/madMAx43v3r/chia-gigahorse/releases/download/${GIGAHORSE_BRANCH}/chia-gigahorse-farmer-${GIGAHORSE_VERSION}-aarch64.tar.gz"
fi
Expand Down

0 comments on commit 80b07b6

Please sign in to comment.