diff --git a/docs/core/tools/dotnet-install-script.md b/docs/core/tools/dotnet-install-script.md index a7a650de31cb2..e6b3777e9e588 100644 --- a/docs/core/tools/dotnet-install-script.md +++ b/docs/core/tools/dotnet-install-script.md @@ -207,7 +207,7 @@ You can install a specific version using the `-Version|--version` argument. The macOS/Linux: ```bash - curl -ssl https://dot.net/v1/dotnet-install.sh | bash /dev/stdin + curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin ``` ## See also