diff --git a/.cargo/config.toml b/.cargo/config.toml index 311a8a9..1d3cd36 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -11,4 +11,4 @@ rustflags = ["-C", "link-arg=-fuse-ld=lld"] rustflags = ["-C", "link-arg=-fuse-ld=lld"] [target.aarch64-apple-darwin] -rustflags = ["-C", "link-arg=-fuse-ld=/opt/homebrew/opt/llvm/bin/ld64.lld"] \ No newline at end of file +rustflags = ["-C", "link-arg=-fuse-ld=/opt/homebrew/opt/lld/bin/ld64.lld"]