diff --git a/install.sh b/install.sh index f3a8d35..d0e5fb1 100755 --- a/install.sh +++ b/install.sh @@ -243,9 +243,9 @@ else install -m 755 /tmp/obs-cmd /usr/local/bin/obs-cmd rm -f /tmp/obs-cmd else - # Linux — x86_64 musl static binary + # Linux — x86_64 static binary step "Downloading obs-cmd v${OBS_CMD_VERSION}..." - curl -sL "https://github.com/grigio/obs-cmd/releases/download/v${OBS_CMD_VERSION}/obs-cmd-v${OBS_CMD_VERSION}-x86_64-unknown-linux-musl.tar.gz" \ + curl -sL "https://github.com/grigio/obs-cmd/releases/download/v${OBS_CMD_VERSION}/obs-cmd-x64-linux.tar.gz" \ | tar xz -C /tmp sudo install -m 755 /tmp/obs-cmd /usr/local/bin/obs-cmd rm -f /tmp/obs-cmd