diff --git a/CMakeLists.txt b/CMakeLists.txt index be03f9b97..8b6228167 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,8 +93,7 @@ elseif(MLX_BUILD_METAL) message(STATUS "Building with macOS SDK version ${MACOS_SDK_VERSION}") set(METAL_CPP_URL - https://developer.apple.com/metal/cpp/files/metal-cpp_macOS15_iOS18-beta.zip - ) + https://developer.apple.com/metal/cpp/files/metal-cpp_macOS15_iOS18.zip) if(NOT CMAKE_OSX_DEPLOYMENT_TARGET STREQUAL "") set(XCRUN_FLAGS "-mmacosx-version-min=${CMAKE_OSX_DEPLOYMENT_TARGET}")