From 4fc1f37c90e0ca6adc0ed1ca5ff9fa5ae14d82a7 Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Tue, 8 Jul 2025 12:18:42 +0100 Subject: [PATCH] fix brew command to install clang --- .../multiplying-matrices-with-sme2/1-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/1-get-started.md b/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/1-get-started.md index 2f4041f51a..b6d5978122 100644 --- a/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/1-get-started.md +++ b/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/1-get-started.md @@ -96,7 +96,7 @@ Install Clang using the instructions below, selecting either macOS or Linux/Ubun {{< /tab >}} {{< tab header="macOS" language="bash">}} - brew install clang + brew install llvm {{< /tab >}} {{< /tabpane >}}