diff --git a/action.yml b/action.yml
index c78e3bb5..a3d0dd95 100644
--- a/action.yml
+++ b/action.yml
@@ -9,7 +9,7 @@ runs:
       shell: sh
       run: |
         set -eu
-        curl --retry 10 -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | sh
+        curl --retry 10 -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
     - name: Install cargo-binstall
       if: runner.os == 'Windows'
       run: Set-ExecutionPolicy Unrestricted -Scope Process; iex (iwr "https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.ps1").Content