Update the Ar5 5.1.1 script to disables address space randomization

The following patch is applied to the bin/art script for Art 5.1.1:

66c66
<   $invoke_with $DALVIKVM_EXECUTABLE $lib \
---
>   $invoke_with setarch $(uname -m) -R $DALVIKVM_EXECUTABLE $lib \

Bug: b/425835454
Change-Id: I666cf33f6b772650b5e24c2b17684e4f6a5837fd
diff --git a/tools/linux/README.art-versions b/tools/linux/README.art-versions
index 19d9248..ac3139a 100644
--- a/tools/linux/README.art-versions
+++ b/tools/linux/README.art-versions
@@ -458,6 +458,13 @@
    VLOG(threads) << "installing stack protected region at " << std::hex <<
        static_cast<void*>(pregion) << " to " <<
 
+As of Aug 12 2025 the following patch was applied to the bin/art script to try to make
+Art 5.1.1 run on stock Ubuntu 22 and 24, see b/425835454.
+
+66c66
+<   $invoke_with $DALVIKVM_EXECUTABLE $lib \
+---
+>   $invoke_with setarch $(uname -m) -R $DALVIKVM_EXECUTABLE $lib \
 
   mkdir 5.1.1_r19
   cd 5.1.1_r19
diff --git a/tools/linux/art-5.1.1.tar.gz.sha1 b/tools/linux/art-5.1.1.tar.gz.sha1
index 9b01a78..09015e6 100644
--- a/tools/linux/art-5.1.1.tar.gz.sha1
+++ b/tools/linux/art-5.1.1.tar.gz.sha1
@@ -1 +1 @@
-70045aa5878d2f7f750b040d3d05b3acc2984bff
\ No newline at end of file
+3d3858020fd79c023a307277dce394c2b99164d1
\ No newline at end of file