If the two variables are being used to store the same data, then if not "bad" it is certainly redundant (which most programmers consider "bad", anyway 🙂 ).
If they are, in fact, being used to store different data and it is obvious to anyone maintaining the code what the difference is between them, then no problem. If it's not clear what the difference is between them, then you might want to use more descriptive array index names.