Name builddir of x86_64-fedora-clang builder like the slave/worker fedora-llvm-x86_64
diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py
index 6d80177..02a8692 100644
--- a/buildbot/osuosl/master/config/builders.py
+++ b/buildbot/osuosl/master/config/builders.py
@@ -1100,7 +1100,7 @@
        {'name': 'x86_64-fedora-clang',
         'mergeRequests': False,
         'slavenames': ['fedora-llvm-x86_64'],
-        'builddir': 'x86_64-fedora-clang',
+        'builddir': 'fedora-llvm-x86_64',
         'factory': UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
                         clean=True,
                         depends_on_projects=['llvm', 'clang', 'clang-tools-extra', 'compiler-rt', 'lld', 'mlir'],