From 9082b004b68b0cc0afe6e24b9277b900362c560d Mon Sep 17 00:00:00 2001 From: fkobi Date: Sun, 23 Nov 2025 17:16:33 +0000 Subject: [PATCH] README: use HTTPS for `releases.llvm.org` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da502c4e3c..a312ffde85 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ Note: In case you get the error "llvm-config not found" (or similar), make sure Install [CMake](https://cmake.org/), version 3.20.0 or newer. -[Download LLVM, Clang, and LLD sources](http://releases.llvm.org/download.html#21.0.0) +[Download LLVM, Clang, and LLD sources](https://releases.llvm.org/download.html#21.0.0) The downloads from llvm lead to the github release pages, where the source's will be listed as : `llvm-21.X.X.src.tar.xz`, `clang-21.X.X.src.tar.xz`, `lld-21.X.X.src.tar.xz`. Unzip each to their own directory. Ensure no