diff --git a/tools/make-binaries b/tools/make-binaries index 6b6a5a379..256f8bc8b 100755 --- a/tools/make-binaries +++ b/tools/make-binaries @@ -281,7 +281,7 @@ add_otp_path() then # Let GitHub runners build for non-native systems: # https://github.com/erlef/setup-beam#environment-variables - native_otp_bin="$INSTALL_DIR_FOR_OTP/bin" + native_otp_bin="$INSTALL_DIR_FOR_OTP" fi export PATH="$native_otp_bin:$PATH" }