From cfebf22750c6fbe77a646f29e4d090e368080ce7 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Tue, 4 Apr 2023 22:55:01 +0200 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d612c69..e111521 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Pipeline to build recent version of Cmake for our legacy CentOS 32 bits platform. Cmake provides independent 64 bits Linux distribution that works on CentOS 6 64 bits but they are not available for 32 bits: -* https://cmake.org/files/v3.25/cmake-3.26.2-linux-x86_64.tar.gz +* https://cmake.org/files/v3.26/cmake-3.26.2-linux-x86_64.tar.gz Allows to build Cmake for: * CentOS 6.10 32 bits: [cmake-3.26.2-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.26.2/download?job=linux-i686) -- GitLab