diff --git a/mx.fastr/mx_fastr_dists.py b/mx.fastr/mx_fastr_dists.py
index f85df3f506ae9ebc35b57a538785aafebd3d3097..53282b1db0c470cde71f8f64f613a51657965172 100644
--- a/mx.fastr/mx_fastr_dists.py
+++ b/mx.fastr/mx_fastr_dists.py
@@ -300,7 +300,7 @@ mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage(
     support_distributions=['extracted-dependency:fastr:FASTR_GRAALVM_SUPPORT'],
     provided_executables=[
         'link:<support>/bin/Rscript',
-        'link:<support>/bin/exec/R',
+        'link:<support>/bin/R',
     ],
     include_in_polyglot=False,
 ), _fastr_suite)