Runfile with Linux does not install libOpenGL.so when --installpath is used

When running the installer, e.g., cuda_11.7.1_515.65.01_linux.run and using the --installpath option, libOpenGL.so does not get installed. I made sure to NOT have --no-opengl-libs. When I use the run file and use defaults, libOpenGL.so gets installed correctly into:

ls -l /usr/lib64/libOpenGL.so.0
-rwxr-xr-x 1 root root 198752 Aug 30 14:16 /usr/lib64/libOpenGL.so.0

Is this a known issue? Is there a way to force installation of the libOpenGL files?