summaryrefslogtreecommitdiffstats
path: root/deployment/macos/homebrew/bottom.rb.template
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/macos/homebrew/bottom.rb.template')
-rw-r--r--deployment/macos/homebrew/bottom.rb.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/macos/homebrew/bottom.rb.template b/deployment/macos/homebrew/bottom.rb.template
index 27ec8b68..0f8a8293 100644
--- a/deployment/macos/homebrew/bottom.rb.template
+++ b/deployment/macos/homebrew/bottom.rb.template
@@ -6,7 +6,7 @@ class Bottom < Formula
url "https://github.com/ClementTsang/bottom/releases/download/#{version}/bottom_x86_64-apple-darwin.tar.gz"
sha256 "$hash1"
elsif OS.linux?
- url "https://github.com/ClementTsang/bottom/releases/download/#{version}/bottom_x86_64-unknown-linux-gnu.tar.gz"
+ url "https://github.com/ClementTsang/bottom/releases/download/#{version}/bottom_x86_64-unknown-linux-musl.tar.gz"
sha256 "$hash2"
end