From eb0458f0767e27629389b4bed8defae2685dc257 Mon Sep 17 00:00:00 2001 From: Kyle Mabee Date: Thu, 5 Dec 2024 03:17:36 +0000 Subject: [PATCH] try another desperate fix --- third_party/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 7c9f3cdce..e2e1054d2 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,6 +1,6 @@ include(ExternalProject) -set(TT_METAL_VERSION "44e87d42d0") +set(TT_METAL_VERSION "e6d9718383") if ("$ENV{ARCH_NAME}" STREQUAL "grayskull") set(ARCH_NAME "grayskull")